home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / searchplugins / yahoo.src < prev   
Text File  |  2006-05-08  |  1KB  |  46 lines

  1. # Yahoo Search Plug-in for Mozilla
  2. #
  3. # Created by Robert Fernandes <robert@bovilexics.com>, Matthew A. McGuigan <webnugget.com>, Rafael Ebron <rebron@meer.net>
  4. # Last Edited May 31, 2002
  5. # Last updated August 11, 2004
  6.  
  7. <SEARCH
  8.     version = "7.1" 
  9.    name="Yahoo"
  10.    description="Yahoo Search"
  11.    searchForm="http://www.yahoo.com/r/so"
  12.    method="GET"
  13.    action="http://search.yahoo.com/search" 
  14.    queryCharset="utf-8"
  15. >
  16.  
  17. <input name="p" user>
  18. <input name="ei" value="UTF-8">
  19.  
  20. <interpret 
  21.     browserResultType="category" 
  22.     charset="UTF-8"
  23.     resultListStart="<div class=padrc>" 
  24.     resultListEnd="SPONSOR RESULTS" 
  25.     resultItemStart="149" 
  26. #    resultItemEnd="</a>"
  27. >
  28.  
  29. <interpret 
  30.     browserResultType="result" 
  31.     charset="UTF-8"
  32.     resultListStart="<div id=web>" 
  33.     resultListEnd="MORE SPONSOR RESULTS" 
  34.     resultItemStart="<li>" 
  35. #    resultItemEnd="</a>"
  36. >
  37.  
  38. <browser
  39.     alsomatch="http://search.yahoo.com/bin/search"
  40.     update="https://addons.mozilla.org/searchplugins/updates/yahoo.src"
  41.     updateIcon="https://addons.mozilla.org/searchplugins/updates/yahoo.gif"
  42.     updateCheckDays="3"
  43. >
  44.  
  45. </search>
  46.